home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-11-14 | 931 b | 74 lines | [TEXT/ttxt] |
- /*
-
- Blues for Miriam
-
- by: David Padghamn padgham@iaa.com.au
- Last modified: 06/11/99
- (All I did was cut and paste other peoples bits of genius, but it looks pretty
- particularly with softer ambient and classical music)
- Version 3 compatible
-
- */
-
- Resn=10,
-
- Durn="5.0",
-
- CamX="50 * sin( t / 9 )",
- CamY="30 * cos( t / 9 )",
- CamZ="30 * cos( t / 5 )",
-
- CmLX="30",
- CmLY="0",
- CmLZ="15",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
-
-
- Fall="1",
-
-
- LWdt="2+dt",
-
-
- B3=".1 * t",
-
- C0="(1 - dt) ^ 2",
- C1="sin(dt * PI * .8 + .1)",
- C2="(abs( mag( 0.05 ) )+ abs( mag( 0.1 ) ) + abs( mag( 0.5 ) ))/3 + .2",
- C3="20*C1*C2",
- C4="15 * sqrt( dt )",
- C5="dt^3",
-
- D0="abs( mag( s ) )",
- D1="C3 + C4*D0",
- D2="s * 6.283185307 + B3",
- D3=".5*mag(s)-dt^2",
- D4="- .5 * s - c5",
-
-
-
-
- B="clip(3*mag(s))+D4",
- G="clip(2*mag(s))+D4",
- R="clip(1*mag(s))+D4",
-
-
- X="dt * 120 * C2",
- Y="D1*cos(D2)",
- Z="D1*sin(D2)",
-
- widt=300,
- heig=200,
-
- Scal="500",
-
- ScSz=1,
-
- Pers="160",
-
-
- Vers=30